projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26db0b7
)
Deal with the abscence of horizontal/vertical class when rendering an expander
author
Carlos Garnacho
<carlosg@gnome.org>
Wed, 12 Jan 2011 21:07:34 +0000
(22:07 +0100)
committer
Carlos Garnacho
<carlosg@gnome.org>
Wed, 12 Jan 2011 21:07:34 +0000
(22:07 +0100)
gtk/gtkthemingengine.c
patch
|
blob
|
history
diff --git
a/gtk/gtkthemingengine.c
b/gtk/gtkthemingengine.c
index ac1a462ee624eb64306e459a546ca1ad7f3a4baa..47bb3537a6bc97eff17a2130c01310ca82ec21a9 100644
(file)
--- a/
gtk/gtkthemingengine.c
+++ b/
gtk/gtkthemingengine.c
@@
-2032,7
+2032,7
@@
gtk_theming_engine_render_expander (GtkThemingEngine *engine,
if (!running)
progress = (flags & GTK_STATE_FLAG_ACTIVE) ? 1 : 0;
- if (
gtk_theming_engine_has_class (engine, GTK_STYLE_CLASS_VERTIC
AL))
+ if (
!gtk_theming_engine_has_class (engine, GTK_STYLE_CLASS_HORIZONT
AL))
{
if (is_rtl)
angle = (G_PI) - ((G_PI / 2) * progress);